@media screen and (max-width:480px) {
    .industries-slider {
        display: none;
    }

    #ct-pagetitle .ct-page-title {
        font-size: 30px;
        left: -22px;
        position: relative;
        top: -9rem;
    }

    .ct-breadcrumb {
        font-size: 14px;
        left: 31px;
        position: relative;
        top: -132px;
    }

    .step-process-area {
        /* background: linear-gradient(135deg, #4b6cb7, #182848); */
        margin-top: 20px;
        /* padding: 60px 0; */
        /* width: 100%; */
    }

}